-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get rid of red squiggles in new lambda functions #7640
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 replays were recorded for a85e1ac. 16 Passed
requireAuth graphql checks
|
Tobbe
added
release:chore
This PR is a chore (means nothing for users)
fixture-ok
Override the test project fixture check
labels
Feb 15, 2023
dac09
added a commit
to dac09/redwood
that referenced
this pull request
Feb 21, 2023
* 'main' of github.com:redwoodjs/redwood: (33 commits) chore(deps): update dependency lerna to v6.5.1 (redwoodjs#7631) Get rid of red squiggles in new lambda functions (redwoodjs#7640) chore: add redirects for compressed v2, v3 docs fix(deps): update dependency @clerk/clerk-sdk-node to v4.7.3 (redwoodjs#7645) chore(deps): update dependency @types/react-dom to v18.0.11 (redwoodjs#7644) 7482/validators exclude include caseinsensitive (redwoodjs#7573) chore(deps): update dependency @clerk/clerk-react to v4.11.3 (redwoodjs#7642) chore(deps): update dependency @replayio/playwright to v0.3.21 (redwoodjs#7643) chore(deps): update dependency supertokens-auth-react to v0.31.1 (redwoodjs#7628) chore(deps): update dependency @types/vscode to v1.75.1 (redwoodjs#7630) fix:(webAuthn) use `globalThis`, not `process.env` (redwoodjs#7639) feat(api): support building .jsx, .tsx files (redwoodjs#7638) chore(CI): CI telemetry checking (redwoodjs#7623) chore(deps): update dependency supertokens-node to v13.0.2 (redwoodjs#7629) fix(docs): typo in `GraphQL` docs (redwoodjs#7634) fix(ts): Undo skipLibCheck change (redwoodjs#7633) fix(generator): add dotAll to Router regex (redwoodjs#7605) chore(deps): update dependency @clerk/types to v3.27.0 (redwoodjs#7614) fix(deps): update dependency eslint to v8.34.0 (redwoodjs#7615) fix(deps): update dependency systeminformation to v5.17.9 (redwoodjs#7622) ...
jtoar
pushed a commit
that referenced
this pull request
Feb 21, 2023
* Get rid of red squiggles in new lambda functions * Update template syntax
jtoar
pushed a commit
that referenced
this pull request
Feb 22, 2023
* Get rid of red squiggles in new lambda functions * Update template syntax
jtoar
pushed a commit
that referenced
this pull request
Feb 22, 2023
* Get rid of red squiggles in new lambda functions * Update template syntax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
fixture-ok
Override the test project fixture check
release:chore
This PR is a chore (means nothing for users)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Files generated with red squiggles give a bad first impression, so I fixed that.
The code now also shows how to access the two most common properties: the path and the http method